projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb1882
)
(wait_reading_process_output): Use process_pending_signals.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:34:38 +0000
(14:34 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:34:38 +0000
(14:34 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index b6b4d3478a1ee4f8c518a2ff72a8be234a4f7962..892a779a1c265ed25a507aef9b3c4929f7ce5742 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-4546,12
+4546,7
@@
wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
QUIT;
#ifdef SYNC_INPUT
else
- {
- if (interrupt_input_pending)
- handle_async_input ();
- if (pending_atimers)
- do_pending_atimers ();
- }
+ process_pending_signals ();
#endif
/* Exit now if the cell we're waiting for became non-nil. */